home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2008 February / PCWFEB08.iso / Software / Linux / Fedora Core 8 Live / Fedora-8-Live-i686.iso / isolinux / isolinux.cfg < prev    next >
Encoding:
Text File  |  2007-11-02  |  1.0 KB  |  34 lines

  1.  
  2. default vesamenu.c32
  3. timeout 100
  4.  
  5. menu background splash.jpg
  6. menu title Welcome to Fedora-8-Live-i686!
  7. menu color border 0 #ffffffff #00000000
  8. menu color sel 7 #ffffffff #ff000000
  9. menu color title 0 #ffffffff #00000000
  10. menu color tabmsg 0 #ffffffff #00000000
  11. menu color unsel 0 #ffffffff #00000000
  12. menu color hotsel 0 #ff000000 #ffffffff
  13. menu color hotkey 7 #ffffffff #ff000000
  14. menu color timeout_msg 0 #ffffffff #00000000
  15. menu color timeout 0 #ffffffff #00000000
  16. menu color cmdline 0 #ffffffff #00000000
  17. menu hidden
  18. menu hiddenrow 5
  19. label linux0
  20.   menu label Boot Fedora-8-Live-i686
  21.   kernel vmlinuz0
  22.   append initrd=initrd0.img root=CDLABEL=Fedora-8-Live-i686 rootfstype=iso9660 ro quiet liveimg rhgb 
  23. menu default
  24. label check0
  25.   menu label Verify and boot Fedora-8-Live-i686
  26.   kernel vmlinuz0
  27.   append initrd=initrd0.img root=CDLABEL=Fedora-8-Live-i686 rootfstype=iso9660 ro quiet liveimg rhgb check
  28. label memtest
  29.   menu label Memory Test
  30.   kernel memtest
  31. label local
  32.   menu label Boot from local drive
  33.   localboot 0xffff
  34.